
    body {
      margin: 0;
      background-color: #fff;
    }

    .snippet-body {
      text-align: center;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }

    .counter-box {
      background: #CD171F;
      padding: 20px;
      text-align: center;
      border-radius: 12px;
      margin: 4px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
    }

    .counter-box:hover {
      transform: scale(1.05);
    }

    .counter-box p {
      margin: 5px 0 0;
      font-size: 18px;
      font-weight: 500;
      color: #ffffff;
    }

    .counter-box i {
      font-size: 60px;
      margin-bottom: 15px;
      color: #ffffff;
    }

    .counter-wrapper {
      font-size: 36px;
      font-weight: 900;
      color: #ffffff;
      line-height: 32px;
    }

    .plus {
      color: #ffffff;
      margin-left: 2px;
    }

    .heading-trustby {
      font-size: 36px;
      font-weight: 900;
      color: #CD171F;
    }

    .paragraph-trustby {
      font-size: 16px;
      color: #333333;
      margin-bottom: 2rem;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
 


    